home *** CD-ROM | disk | FTP | other *** search
-
- CHKREMOT : Check for Remote Console Utility
- Version 1.00, 15-Apr-1987
- SMG Software
-
- (C) Copyright 1987 by
- Steven Georgiades
- All Rights Reserved
-
-
- This program allows a computer to determine, from within a batch
- file, whether a user is local or remote. If the user is local, a
- return code of 0 is given, while if the user is remote, the return code
- is 1. This is useful for Bulletin Board SysOps, or other individuals
- who regularly run remotely, to prevent system crashes cause by running
- software remotely that will only work locally (such as WordStar, etc.).
- A sample batch file is included to demonstrate the use of this program.
-
-
- Command Format:
-
- CHKREMOT
-
-
-
- Examples:
-
- CHKREMOT (Will respond with data for the default disk)
- IF ERRORLEVEL 1 GOTO ERROR
-
-
-
- Revison History:
-
- Version 1.00 Initial Release
-
- CHKREMOT, Version 1.00 Page 2
-
-
-
- This software is distributed as ShareWare. "ShareWare" means that
- you are granted free license to use and copy this software as much as
- you like, within the following restrictions:
-
- 1). It is distributed in its original, unmodified form,
- including program and documentation.
-
- 2). No fee is charged for use, copying or distribution (With
- the exception of nominal "per disk" copying charges, not to
- exceed $6.00 per disk).
-
- 3). The program may not be included with other goods or
- services supplied for a fee, unless written permission to
- do so is obtained in advance from the author.
-
- No registration fees are required for this program, but if you would
- like to have the program customized in some minor way, a nominal fee of
- $10 is required. The fee for major customization is negotiable, but in
- most cases will not exceed $25.
-
- This program is provided AS IS without any warranty, expressed or
- implied, including but not limited to fitfulness for a particular
- purpose.
-
- If you have any questions or comments about this or any other SMG
- program, or if you would like to register any SMG Software, write to me
- at the following address:
-
- Steven M. Georgiades
- SMG Software
- 701-H South Hayward Street
- Anaheim, CA 92804
-
- Or leave a message for me on the Circuit Board:
-
- The Circuit Board RBBS
- SysOp: Dave Kleinschmidt
- (714) 778-0948
- 300/1200/2400 Baud, No Fee
-
- All SMG Software is initially released to the public through the
- Circuit Board. The latest version of any SMG Software can always be
- found there.
-
- A diskette containing all of the latest SMG Software can be obtained by
- sending a check or money order for $6.00 to the above address. Make
- all checks payable to Steven M. Georgiades. Thank you.
-